home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / SERIES / EDITSDI / readme.txt
Text File  |  1997-03-25  |  1KB  |  37 lines

  1. EDITSDI - Based on dialog
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     Show a generic windows aplication with basic editor functionality.
  13.     This sample is similar to "Notepad" in that it uses an edit control
  14.     as the input control for storing the text.
  15.  
  16. USES:
  17.     Based on Dialog
  18.  
  19. COMMENTS:
  20.  
  21. MODULE MAP:
  22.     Dispatch- Message dispatching routines
  23.     WinMain - Calls initialization functions and processes the message loop
  24.     Editsdi - Implements the windows procedure for the main application window
  25.     Init    - Performs application and instance specific initialization
  26.     About   - Defines a standard about dialog box.
  27.     Misc    - Defines the applications specific commands not related to
  28.                 a specific module.
  29.     Filedlg - Shows basic use of "Open" and "Save As" common dialogs.
  30.     Finddlg - To show the use of the find and replace common dialogs.
  31.     Optdlg  - To show the use of the fonts and colors common dialogs.
  32.     Printdlg- To show the use of the "Print" and "Print Setup" common dialog
  33.               boxes.
  34.     File    - File manipulation functions.
  35.     Print   - Application specific printing commands
  36.     Search  - Find and replace dialog support
  37.